html body{
    height:100vh;width:100%;
    margin:0;padding:0;
}
/*禁用长按选中文本*/
 img { pointer-events: none; }
/* 初始化标签在所有浏览器中的margin、padding值 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,img{padding: 0; margin: 0;}
/* 酌情修改 */
body,th,td,input,select,textarea,button{font-size:24px;line-height:1 ;} /* 重置页面文字属性 */

/* 短引用的内容可取值：''或"" */
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none} /* 重置嵌套引用*/

/* 缩写，图片等无边框 */
fieldset,img,abbr,acronym{border: 0 none;} /* 重置fieldset（表单分组）、图片的边框为0*/
img{vertical-align:top;} /* 图片在当前行内的垂直位置 */
abbr,acronym{font-variant: normal;}
legend{color:#000;}
blockquote, q{quotes: none} /* 重置嵌套引用的引号类型 */

/* 清除特殊标记的字体和字号 */
address,caption,cite,code,dfn,em,strong,th,var{font-weight: normal; font-style: normal;} /* 重置样式标签的样式 */

/* 上下标 */
/* 统一上标和下标 */
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em; }
sub{bottom:-0.25em;}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/

/* 表格标题及内容居左显示 */
caption{display:none;} /* 重置表格标题为隐藏 */
caption,th{text-align: left;}

/* 清除列表样式 */
dl,ul,ol,menu,li{list-style:none} /* 重置类表前导符号为onne,menu在HTML5中有效 */

input,button,textarea,select,optgroup,option{font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit;}/* 输入控件字体 */
input,select,textarea,button{vertical-align:middle;outline:none;} /* 重置表单控件垂直居中*/
textarea{resize:none}

input[type="submit"]{cursor: pointer;}/* 鼠标样式 */
button{border:0 none;background-color:transparent;cursor:pointer} /* 重置表单button按钮效果 */
input::-moz-focus-inner{border: 0; padding: 0;}

/* 标题元素样式清除, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}

/* 链接样式，颜色可酌情修改 */
a:link {}/* 未访问的链接 */
a:visited {}/* 已访问的链接 */
a:hover {}/* 鼠标移动到链接上 */
a:active {color:none;}/* 选定的链接 */
del,ins,a{text-decoration:none;}
a:hover,a:active,a:focus{ text-decoration:none;} /* 取消a标签点击后的虚线框 */
a:active{star:expression(this.onFocus=this.blur());} /* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
/*
::selection{color: #fff;}
::-moz-selection{color: #fff;background-color: #4C6E78;}
*/
a{outline: none;transition: color 0.2s ease 0s;}/*CSS3链接秒数缓冲效果2秒*/
/* 层板块缓冲效果CSS3       transition: all 0.3s ease 0s;   */
.clearfix {zoom:1}
.clearfix:after {content: '\20'; display: block; clear: both;}
.f_yh{font-family:"Arial, Helvetica, sans-serif";}/*f_yh为英文字体样式*/
.cursor{ cursor:pointer;}
.pr{position:relative}/*相对定位*/
.pa{position:absolute}/*绝对定位*/
.fl{ float:left;}/*左浮动*/
.fr{ float:right;}/*右浮动*/
.fl,.fr{display:inline;}/*浮动后，此元素会被显示为内联元素，元素前后没有换行符*/
.H10p{height:10px;}
.H20p{height:20px;}
.H30p{height:30px;}
.H40p{height:40px;}
.H100p{height:100px;}

body{background:url('/m2/i/xinjiang/background.png') no-repeat #fdfdfd !important;background-size:100% auto!important;
    min-height:350px;font-family:"微软雅黑","宋体";user-select:none;
}
.haeder{
    width:1200px;margin:0 auto;height:282px;padding-top:30px;
}
.TopList{
    height:40px;overflow: hidden;background-color: #fff;
    -background: linear-gradient(227deg, #FFFFFF 0%, #57DFAB 35%, #51D6B8 41%, #37ADF2 67%, #2E5BFE 100%);
}
.TopName{
    width:169px;height: 40px;background:#2B6EAA;border-radius: 0px 0px 10px 0px;font-size: 14px;color:#fff;text-align: center;
    line-height:40px;float: left;
}
.TopListView{
    width:calc(100% - 350px);float: left;display:flex;justify-content: space-between;padding:3px 0;
}
.TopListView span{
    display: block;font-size: 14px;color: #00579D;height:34px;text-align: center;line-height: 34px;width:100%;cursor: pointer;
    border-left:1px solid rgba(43,110,170,0.3);
}
.TopListView a{
    display: block;font-size: 14px;color: #00579D;height:34px;text-align: center;line-height: 34px;width:100%;cursor: pointer;
    border-left:1px solid rgba(43,110,170,0.3);
}
.TopListView span:nth-child(1){
    border-left:0;
}
.official_website{
    width:169px;height:60px;background: #2B6EAA;border-radius: 0px 0px 10px 10px;position: absolute;top: 0;right:12px;
}
.official_website a{
    width:100%;height:100%;display: flex;justify-content: center;align-items: center;cursor: pointer;font-size: 18px;color: #fff;
}
.official_website img{
    margin-right:15px;
}
.logoIcon{
    width:260px;height:102.5px;px;background:url("/m2/i/xinjiang/Logo.png") no-repeat;background-size:100% 100%;margin-bottom:20px;margin-top: 10px;
}
.HeaderNav{
    height:53px;width:100%;    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.37);background: linear-gradient(to right, rgb(35,117,244) 0%, rgb(34,156,218) 45%, rgb(19,197,182) 100%);border-radius: 10px;
}
.HeaderNav ul{
    height:53px;overflow: hidden;line-height:53px;
}
.HeaderNav ul li{
    float: left;width: 11.1%;font-size: 14px;font-family: Microsoft YaHei;font-weight: bold;color: #FFFFFF;text-align:center;
    cursor: pointer;
}
.HeaderNav ul li a{
    display:block;width: 100%;height:100%;color:#fff;
}
.HeaderNav ul li.active{
    background: rgba(3,55,128.63);
}
.HeaderNav ul li:first-child{
    border-radius:  10px 0 0 10px ;
}
.HeaderNav ul li:last-child{
    border-radius: 0 10px 10px 0 !important;width: 11.2%;
}
.warp .MainView{
    width:1200px;margin:0 auto;
}
.WeatherPosition{
    height:38px;overflow: hidden;
}
.WeatherPosition i{
    display: block;width:34px;height:36px;background:url("/m2/i/xinjiang/position.png") no-repeat;background-size:100% 100%;float:left;
}
.WeatherPosition span{
    display: block;height: 38px;line-height:38px;font-size: 26px;font-family: Microsoft YaHei;font-weight: bold;color: #fff;float:left;
}
.WeatherView{
    height:300px;border-radius:10px 10px 0 0;overflow: hidden;margin:14px 0 10px;display: flex;
    justify-content: space-between;
    background: linear-gradient(0deg, #87C8DB 0%, #00C2B2 100%);
    border-radius: 10px 10px 0px 0px;
    opacity: 0.8;
}
.FactsView12{
    width:450px;padding:20px;
}
.FactsTiem{
    font-size: 12px;color: #FFFFFF;
}
.FactsIcon{
    width:90px;height:90px;margin:0 auto;display: block;
}
.FactsTemp{
    height:74px;line-height:74px;text-align: center;font-weight: bold;font-size: 14px;color: #FFFFFF;
}
.FactsTemp span{
    font-size: 48px; 
}
.FactsXq{
    display: flex;justify-content: space-between;align-items: center;
}
.FactsY,.FactsS{
    width:138PX;height:30px;line-height: 30px;padding-left:20px;font-size: 14px;color: #FFFFFF;
	background: linear-gradient(4deg, rgba(0,194,174,0.5) 0%, rgba(2,55,128,0.2) 100%);
	border-radius: 5px;opacity: 0.9;font-weight: 400;
}
.FactsF{
    height:30px;line-height: 30px;padding-left:20px;font-size: 14px;color: #FFFFFF;margin-top:6px;
	background: linear-gradient(4deg, rgba(0,194,174,0.5) 0%, rgba(2,55,128,0.2) 100%);
	border-radius: 5px;opacity: 0.9;font-weight: 400;
}


/*****时间轴样式set****/
.timeBar{
    width: 100%;
}

.timeBar .playBar{
    width: 90%;
    position: relative;
    padding-bottom: 10px;
    float: left;
}
.timeBar .playBar .playBtn{
    width: 6%;
    height: 56px;
    position: relative;
    top: -12px;
    background: url(https://i.tq121.com.cn/i/radarMap/playBtn.png) no-repeat center bottom;
    float: left;
    cursor: pointer;
}
.timeBar .playBar .stopBtn{
    background: url(https://i.tq121.com.cn/i/radarMap/stopBtn.png) no-repeat center bottom;
}
.timeBar .playBar ul{
    width: 94%;
    height: 26px;
    float: left;
    position: relative;
    top:5px;
}
.timeBar .playBar .timeLine{
  position: absolute;
  width: 94%;
  height: 6px;
  border-radius: 6px;
  background: rgba(0,0,0,0.5);
  background-color:#000;
  _background:#000;
  *background:#000;
  top: 15px;
  left: 6%;
}
.timeBar .playBar .timeLine span{
    background:#0099ff;    
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#00A2D1), to(#00FFFF));
	background: -webkit-linear-gradient(90deg, #00A2D1 0%, #00FFFF 100%);
	background: -moz-linear-gradient(90deg, #00A2D1 0%, #00FFFF 100%);
	background: -o-linear-gradient(90deg, #00A2D1 0%, #00FFFF 100%);
	background: linear-gradient(90deg, #00A2D1 0%, #00FFFF 100%);
    display:block;
    width:100%;
    height:100%;
    border-radius: 6px;
}
.timeBar .playBar ul i{
    position: absolute;
    display: none;
    font-style: normal;
    right:0;
    width: 30px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    bottom: 0;
    font-weight: bold;
}
.timeBar .playBar ul li{
    width: 4%;
    height: 100%;
    float: left;
    position: relative;
    cursor: pointer;
}
.timeBar .playBar ul li .cursor{
    display: none;
    height: 25px;
    left: 50%;
    margin-left: -12.5px;
    position: absolute;
    width: 25px;
    z-index: 9;
    background: url(https://i.tq121.com.cn/i/weatherMap/curPoint.png) no-repeat center bottom/25px auto;
}
.timeBar .playBar ul li.cur .cursor{
    display:block;
}
.timeBar .Time{
	width:120px;height:96px;position:absolute;left:40px;top:0;color:#fff;padding-top:30px;
}
.timeBar .Time div{
	width:120px;height:26px;text-align: center;line-height:26px;
}
.timeBar .playBar ul li span{
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: -30px;
    left: -12px;
    display: block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    background: #007EE4;
    border-radius: 11px;
    width: 120px;
}
.timeBar .playBar ul li .eachTime {
    color: #000;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 40px;
    position: relative;
    text-align: center;
    top: 17px;
    width: 100%;
}
.timeBar .playBar ul li .eachTimeNewFu {
    color: #fff;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 40px;
    position: relative;
    text-align: center;
    top: 17px;
    width: 40px;
	margin-left:-18px;
    background: url(https://i.tq121.com.cn/i/weatherMap/shuxian.png) no-repeat center top;
}
.timeBar .playBar ul.night li .eachTime{
    color: #fff;
}
/****时间轴end***/


.WeatherEarly{
    height: 70px;
    border: 1px solid #abc0d2;
    border-radius: 0px 0px 10px 10px;overflow: hidden;background-color: rgba(250,250,250,0.6);
}
.WeatherEarly .EarlyNum{
    height:70px;width:150px;padding-left:50px;background:url("/m2/i/xinjiang/Early.png") no-repeat 20px center;background-size: 24px 24px;
    font-size: 16px;color:#000;line-height:70px;font-weight: 400;float: left;
}
.WeatherEarly .EarlyView{
    width:1035px;float: left;margin-left:10px;display: flex;white-space: nowrap;position: relative;height: 70px;
    overflow: hidden;
}
.EarlyViewUl{
    overflow: hidden;position: absolute;word-wrap:nowrap ;display: flex;transition:0.6s;
}
.WeatherEarly .EarlyView li{
    font-size: 16px;color:#000;line-height:60px;font-weight: 400;
    margin-right:40px;
}
.WeatherEarly .EarlyView li a{
    display:flex;justify-content: center;align-items: center;height:70px;
}
.WeatherEarly .EarlyView img{
    width:47px;height:40px;margin-right:20px;
}

.newsView{
    margin-top:30px;
}
.ViewTop{
    height:24px;overflow: hidden;line-height:24px;
}
.ViewTop div{
    height:24px;border-left:8px solid rgba(30,182,167,0.8);font-size: 18px;font-weight: bold;color: #00579D;margin-left:20px;padding-left:20px;
}
.ViewTop span{
    display: block;height:24px;background: url("/m2/i/xinjiang/gengduo.png") no-repeat right center;background-size:14px 14px;
    float:right;font-size: 16px;font-weight: 400;padding-right:18px;
    color: #4A4E58;
}
.newsMain{
    overflow: hidden;margin-top:20px;
}
.newsList{
    float: right;width:537px;height:360px;overflow: hidden;
}
.newsListBut{
    height:36px;width:280px;border: 0.5px solid #DBDCDE;border-radius:10px;overflow: hidden;line-height: 36px;
}
.newsListBut span{
    display:block;width:33.3%;height:100%;float: left;font-size: 14px;color: #4A4E58;text-align: center;cursor: pointer;
}
.newsListBut span.active{
    background:rgba(30,182,167,0.8);color:#fff;
}
.newsListTitle{
    height:74px;line-height:74px;font-size: 36px;font-weight: bold;color: #4A4E58;cursor: pointer;
}
.newsListUl li,.newsListUl2 li{
    height:50px;overflow: hidden;border-bottom:1px solid rgba(74,78,88,0.2);font-size:16px;color: #4A4E58;line-height:50px;
    font-family: Microsoft YaHei;overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;cursor: pointer;
}

.newsImages{
    float:left;width:640px;height:360px;background:#ccc;overflow: hidden;
}
.newsImages img{
    width:100%;height:100%;
}

.product{
    margin-top:40px;overflow: hidden;
}
.productLeft{
    width:876px;float:left;
}
.productList{
    overflow: hidden;display: flex;justify-content: space-between;align-items: space-between;height:540px;margin-top:20px;
    flex-wrap:wrap;
}
.productList div{
    width: 282px;height: 252px;border-radius: 10px;box-shadow: 0px 3px 3px 0px rgba(12,4,7,0.1);overflow: hidden;
}
.productList div a{
    display: block;width:100%;height:100%;
}
.productList div img{
    width:100%;height:auto;
	min-height: 18.1875rem;
}
.productList div p{
    height:38px;line-height: 38px;text-align: center;overflow: hidden;font-size: 14px;color: #4A4E58;
}
.weather{
	width:314px;float:right;border-radius: 0 0 10px 10px;
	background: linear-gradient(to bottom, rgba(253,253,253,0.7) 0%, rgba(253,253,253,0.6) 25%, rgba(228,223,223,0.8) 100%);
}
.weatherBox{
	margin: 10px 0;height: 500px;
}
.weatherName {
    height: 40px;line-height: 40px;display: flex;width: 100%;border-radius: 0 0 10px 10px;
}
.weatherArea{
	width: 60%;display: flex;align-items: center;
}
.weatherArea i{
    width:34px;height:34px;background:url("/m2/i/xinjiang/dingwei.png") no-repeat;background-size:100% 100%;
}
.weatherArea span:first-child{
	font-size: 16px;
}
.weatherArea span:last-child{
	font-size: 14px;margin-left: 10px;
}
.weatherTime{
	font-size: 14px;width: 40%;text-align: right;
}
.weatherInfo{
	width: 100%;display:flex;height: 108px;margin: 20px 0;
}
.infoLeft{
	width: 50%;justify-content: center;align-items: center;display: flex;font-size: 36px;font-weight: 600;
}
.infoLeft span{
	font-size: 18px;font-weight: 600;height: 40px;display: flex;align-items: end;
}
.infoRight{
	width: 50%;
}
.infoBox {
    font-size: 16px;display: block;margin-bottom:10px;display: flex;align-items: center;
}
.infoBox img{
	width: 20px;height: 20px;margin-right: 10px;
}
.weatherPreview{
	width: 304px;display: flex;margin: 20px 0;
}
.previewList {
	width: 33%;height: 230px;border-radius: 10px;line-height: 32px;margin:0 10px;
	box-shadow: 0px 3px 3px 0px rgb(12 4 7 / 10%);
}
.listDate {
    height: 48px;line-height: 48px;font-size: 14px;text-align: center;color: #FFF;font-weight: 600;
	border-top-left-radius: 10px;border-top-right-radius: 10px;
	background: linear-gradient(to bottom, rgba(30,182,167,0.8) 0%, rgba(156,210,224,0.6) 100%);
}
.listImg{
	display: flex;justify-content: center;align-items: center;
}
.listInfo{
	height: 182px;border-radius: 0 0 10px 10px;
	background: linear-gradient(to top, rgba(253,253,253,0.6) 0%, rgba(253,253,253,0.6) 45%, rgba(228,223,223,0.8) 100%);
}
.listInfo img{
	width: 34px;height: 34px;display: block;margin: 10px 0;
}
.listInfo  span{
	display: block;font-size: 14px;text-align: center;
}
.weatherBtn{
    margin-top: 30px;
}
.weatherBtn button{
	width: 90%;height: 36px;line-height: 36px;margin: 10px auto;display: block;color: #fff;font-size: 16px;letter-spacing: 2px;font-weight: bolder;
	background-color: rgb(62,107,217);border-radius: 20px;
}
.advertisement{
    width:100%;
}
.advertisement a{
    display: block;
    width: 100%;height:100%;
}
.advertisement img{
    width: 100%;height:100%;
}
.service{
	display: flex;width: 100%;margin: 20px 0;
}
.service div{
	width: 24.25%;height: 100%;
}
.service .p1,.p2,.p3{
	margin-right: 1%;
}
.service img{
	width: 100%;height: auto;
}
.map{
    margin-top:40px;overflow: hidden;width: 100%;display: flex;
}
.mapView{
    width:1216px;float:left;height: 725px;border: 1px solid #f0e9e9;margin-right: 20px;position: relative;
}
.mapView #container{
	width: 100%;height: 100%;z-index: 4;position: absolute;
}
.levelSearch{
	font-size: 16px;font-weight: bolder;height: 34px;z-index: 5;position: absolute;font-weight: bold;color: #5f5f5f;left: 20px;top:20px;
	background-color: #fff;display: flex;justify-content: center;align-items: center;box-shadow: 0px 0px 5px 3px rgb(12 4 7 / 10%);
}
.levelSearch img{
	width: 24px;height: 24px;margin: 0 24px;
}
.levelSearch span{
	width:70px;border-left: 1px solid #c2bbbb;text-align: center;
}
.levelSearch span.active{
    color: #3C6CD9;
}
.map #areaSelect,.TravelMap #areaSelect{
	width: 120px;height: 34px;z-index: 5;position: absolute;left: 320px;top:20px;font-size: 16px;
	box-shadow: 0px 0px 5px 3px rgb(12 4 7 / 10%);padding: 2px 8px;border-color: #fff;
	background:#fff url(/m2/i/xinjiang/down.png) no-repeat right 0.45rem center !important;
}
.TravelMap #areaSelect{
	/* background: #fff !important; */
}
/* 地图窗体start */
.window{
	width: 320px;background: #fff;border-radius: 10px;padding-bottom: 10px;
}
.windowTitle {
    height: 40px;line-height: 40px;font-size: 20px;font-weight: 600;background-color: #00579D;color: #FFF;
	border-radius: 10px 10px 0 0;padding: 0 0 10px 10px;
}
.windowTitle p{
	/* width: 270px; */
}
.windowTitle img{
	width: 24px;height: 24px;float: right;padding: 4px;margin: 6px;
}
.amap-info-close{
	top: 2px;right: 2px;width: 50px;height: 50px;
}
.window .windowTime {
    height: 30px;font-size: 18px;font-size: 18px;display: flex;align-items: center;margin: 6px 10px;
}
.windowInfo {
    width: 300px;display: flex;margin: 10px;
}
.windowImg img{
	width: 120px;height: 90px;
}
.windowWeather{
	width: 90px;height: 90px;display: flex;align-items: center;justify-content: center;
}
.windowWeather img{
	width: 62px;height: 62px;
}
.windowRight{
	width:90px;height: 90px;
}
.windowTemp {
    width:100%;text-align: center;font-size: 30px;font-weight: 600;
}
.windowTemp span{
	font-size: 20px;
}
.windowRate{
	width:100%;text-align: center;font-size: 20px;
}
.windowText{
	font-size: 14px;width: 300px;display: block;margin:10px 10px;
}
.windowBottom{
	width: 320px;justify-content: center;display: flex;
}
/* 地图窗体end */
.Ranking{
    width:234px;float:right;
}
.weatherRanking{
	height: 600px;
}
.weatherRankingIndex{
   height: 726px;border:1px solid #f0e9e9;overflow: hidden;padding:10px 10px 0;
}
.productTitle{
    width:214px;height:40px;background:url("/m2/i/xinjiang/product.png") no-repeat;background-size:100% 100%;
    font-size: 18px;font-weight: bold;color: #00579D;line-height:40px;text-align: center;
    border-radius: 0;
}
.productSwitch{
    height:40px;width:100%;overflow: hidden;display: flex;align-items: center;justify-content: center;font-size: 16px;
}
.productSwitch span{
    width:63px;display: block;height:30px;line-height:30px;border-right:1px solid #f0e9e9;font-size: 14px;color: #4A4E58;
    float: left;text-align: center;cursor: pointer;
}
.productSwitch span:nth-child(3){border:0;}
.productSwitch span.active{
    color: #00579D;
}
.rain_tSwitch span{
    width:98px;
}
.rain_tSwitch span:nth-child(2){border:0;}
.rain_times{
    height:16px;line-height:16px;text-align: center;font-size:12px;color:#aaa;
}


.weatherTitle{
    height:44px;border-bottom:1px solid rgba(0, 87, 157, 0.2);display: flex;justify-content: center;align-items: center;
}
.weatherTitle span{
    width:24%;display: block;font-size: 12px;color: #4A4E58;text-align: center;
}
.weatherRankingIndex .weatherList li{
	height:53px;overflow: hidden;line-height:53px;
}
.weatherRanking .weatherList li{
    height:42.6px;overflow: hidden;line-height:53px;
}
.weatherList li span{
    display: block;font-size: 12px;color: #4A4E58;text-align: center;float: left;font-family: Microsoft YaHei;width:23%;padding-right: 4px;
	text-overflow: ellipsis; white-space: nowrap;overflow: hidden;
}
.weatherList li:nth-child(1) span:nth-child(1){
    width:24px;height:24px;margin:14px;border-radius: 5px;line-height: 24px;color:#fff;padding:0;
    background: linear-gradient(0deg, #F7CB00 0%, #FBE65B 100%);
}
.weatherList li:nth-child(2) span:nth-child(1){
    width:24px;height:24px;margin:14px;border-radius: 5px;line-height: 24px;color:#fff;padding:0;
    background: linear-gradient(0deg, #909090 0%, #CFCFCF 100%);
}
.weatherList li:nth-child(3) span:nth-child(1){
    width:24px;height:24px;margin:14px;border-radius: 5px;line-height: 24px;color:#fff;padding:0;
    background: linear-gradient(0deg, #DB7100 0%, #F2B100 100%);
}
.weatherList li:nth-child(2n){
    background:rgba(86,177,249,0.1);
}
.weatherFooter,.weatherFooter2,.weatherFooter3{
    font-size: 14px;color: #999;height:52px;text-align: center;display: flex;align-items: center; line-height: 18px;
}

.qrCode{
    height:161px;margin-top:80px;overflow: hidden;width: 1200px;display: flex;
}
.qrCode div{
    flex: 1;float: left;text-align: center;
}
.qrCode div img{
    width:100px;height:100px;
}
.qrCode div p{
    height:30px;line-height:30px;font-size: 14px;color: #4A4E58;
}
.linkView{
    color: #4A4E58;font-size: 14px;text-align: center;
}
.linkTitle{
    height:32px;line-height:32px;
}
.linkList span{
    height:32px;line-height:32px;padding:0 25px;
}
.footer{
    height:172px;padding-top:28px;background:#265FA4;text-align: center;font-size: 12px;color:#fff;
}
.footer p{
    height:20px;line-height: 20px; 
}
.footerIcon{
    height:40px;line-height:40px;
}
.footerIcon img{
    height:40px;
}


/***天气实况***/
.FactsView{
    overflow: hidden;
}
.FactsLeft{
    width:966px;float: left;
}
.Facts_radar{
    border: 1px solid #DBDCDE;padding:20px 20px 56px;
	background: #fff;
}
.FactsLeft .Facts_radar:first-child{
	background: linear-gradient(to bottom, rgba(244,242,240,0.7) 0%, #fff 100%);
}
.Facts_ViewTop{
   line-height:24px;display: flex;justify-content: space-between;align-items: center;
}
.Facts_ViewTop1{
   line-height:24px;display: flex;justify-content: space-between;align-items: center;
}
.Facts_ViewTop1 span{
    height:24px;background: url("/m2/i/xinjiang/gengduo.png") no-repeat right center;background-size:14px 14px;
    font-size: 14px;font-weight: 400;padding-right:18px;
    color: #4A4E58;
 }
.newsName{
    height:24px;border-left:8px solid rgba(30,182,167,0.8);font-size: 24px;font-weight: bold;color: #00579D;padding-left:20px;display: flex;
    align-items: center;
}

.Facts_ViewTop span{
    display: block;float:right;font-size: 16px;font-weight: 400;padding-right:18px;color: #4A4E58;
}
.newsNamezhengd{
    height:24px;border-left:8px solid rgba(30,182,167,0.8);font-size: 18px;font-weight: bold;color: #00579D;padding-left:20px;display: flex;
    align-items: center;position:relative;
}
.shzs {
	width: 70px;transform: translate(-20px, -80px);position: absolute;
}
.newsNamezhengd span{
    font-size: 18px;font-weight: bold;color: #00579D;background:none;
}
.newsNamezhengd p{
	float: right;right: 28px;font-size: 14px;position: absolute;color:#4A4E58;font-weight: normal;
}
.Facts_countyList{
     margin:20px 0 20px;overflow: hidden;
}
.Facts_countyList div{
    width:82.5px;height:30px;float: left;border: 1px solid #DBDCDE;border-radius: 5px;font-size: 14px;color: #4A4E58;line-height:30px;
    text-align: center;cursor: pointer;margin-right: 20px;margin-bottom: 10px;
}
.Facts_countyList div.active{
    border: 1px solid #00579D;background: #00579D;color:#fff;
}
.Facts_countyList div:nth-child(9),div:last-child{
    margin-right: 0;
}
.Facts_control{
    height:40px;display: flex;justify-content: space-between;align-items: center;
}
.Facts_Select{
    height:38px;width:180px;border: 1px solid #DBDCDE;border-radius: 5px;float: left;overflow: hidden;
}
.Facts_Select{
    height:38px;width:180px;border: 1px solid #DBDCDE;border-radius: 5px;float: left;
}
.Facts_Select select {
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
    padding-left: 10px;border:0;
}
.Facts_Select select option {
    width: 151px;
    height: 36px;
}
.Facts_Select button{
    width:100%;height:100%;border:0;
}
.Facts_Select button:hover{
    border: 1px solid #DBDCDE;border:0;
}
.Facts_label{
    width:140px;float: left;display: flex;justify-content: space-between;align-items: center;margin-left:20px;
}
.Facts_label div{
    width:40px;height:40px;
}
.backvideo, .backvideo_radar{
    background:url("/m2/i/xinjiang/back.png");background-size:100% 100%;cursor: pointer;
}
.pausevideo, .pausevideo_radar{
    background:url("/m2/i/xinjiang/Pause.png");background-size:100% 100%;cursor: pointer;
}
.playvideo, .playvideo_radar{
    background:url("/m2/i/xinjiang/play.png");background-size:100% 100%;cursor: pointer;
}
.govideo,.govideo_radar{
    background:url("/m2/i/xinjiang/go.png");background-size:100% 100%;cursor: pointer;
}
.hiddenbtn {
    display: none !important;
  }
.timeAxis{
    width:546px;
}
.ProgressBar{
    height:8px;width:100%;border-radius: 10px;background-color: #4A4E58;margin-top:20px;
}
.Facts_imgList{
    width:906px;height:629px;
}
.Facts_imgList img{
    width:100%;height:100%;
}
.SwitchCity{
    width:50px;height:20px;text-align: center;line-height: 20px;border-radius: 10px;background: #3C6CD9;font-size: 12px;color:#fff;
    margin-left:20px;cursor: pointer;
}
.SwitchData{
    width:240px;height:32px;float: right;overflow: hidden;border: 1px solid #DBDCDE;border-radius: 5px;line-height: 32px;
}
.SwitchData div{
    width:50%;height:100%;float: left;text-align: center;font-size: 14px;color: #000;cursor: pointer;
}
.SwitchData div.active{
    background: rgba(30,182,167,0.8);color:#fff;
}
.integralTxt{
    height:40px;display: flex;align-items: flex-end;justify-content: space-between;
}
.integralTxtl{
    width:300px;height:40px;line-height: 40px;text-align: center;border-radius: 5px;overflow: hidden;color: #000;
    font-size: 16px;background: linear-gradient(to bottom, rgba(244,244,244,.8) 0%, rgb(223,219,219) 100%);
}
.integralTxtr{
    font-size: 16px;color: #4A4E58;
}
.integralEcharts{
    height:415px;
}
.integralLegend{
    height:26px;width:630px;margin:0 auto;
}
.integralLegend img{
    width:100%;height:100%;
}

.Divider{
    height: 1px;
    background-image: linear-gradient(to right, rgba(0,0,0,0),#DBDCDE, rgba(0,0,0,0));
            background-size: cover;
            background-position: center center;
}
.tabViewTop{
    height:40px;display: flex;line-height:40px;
}
.tabViewTop div{
    border-left:1px solid #DBDCDE;text-align: center;width: 25%;cursor: pointer;
}
.tabViewTop div:nth-child(1){
    border:0;
}
.tabViewTop div span{
    font-weight: bold;color: #4A4E58;font-size: 18px;padding: 10px 20px;
}
.tabViewTop div.active span{
    border-bottom:3px solid #00579D;color: #00579D;
}
.FactsCenter{
    display: flex;justify-content: space-between;
}
.FactsCenterl{
    width:230px;margin-right: 20px;
}
.FactsCenterl li{
    border: 1px solid #DBDCDE;height: 42px;border-radius: 5px;font-size: 14px;color: #4A4E58;margin-bottom:20px;line-height: 42px;
    text-align: center;cursor: pointer;
}
.FactsCenterl li.active{
    background: #00579D;border: 1px solid #00579D;color:#Fff;
}
.FactsCenterr{
    width:1260px;
}
.FactsCenterr img{
    width:100%;height:100%;
}
.FactsRight{
    width:214px;float: right;background: rgba(255,255,255,0.6);
}
.FactsRight .weatherRanking{
    height:auto;border:1px solid #DBDCDE;margin-top:20px;
}
.FactsRight .weatherRanking:nth-child(1){
    margin:0;background: linear-gradient(to bottom, rgba(244,242,240,0.8) 0%, #fff 100%);
}


/***天气预警***/
.weatherEarlyWarning,.weatherPrediction{
    padding:20px;position:relative;border: 1px solid #DBDCDE;
	background: linear-gradient(to bottom, rgba(244,242,240,0.8)0%, #fff 100%);
}
.EarlyWarningMap{
    width:1160px;height:652px;
}
.predictionMap{
    width:350px;height:660px;padding:20px;border: 1px solid #DBDCDE;border-radius: 0px 0px 5px 5px;background: rgba(255,255,255,0.9);
    position: absolute;top:0;right:30px;
}
.predictionTitle{
    height:38px;font-size: 18px;font-weight: bold;color: #4A4E58;
}
.predictionControl{
    height:40px;display: flex;justify-content: space-between;
}
.selectType,.selectMarket,.selectGrade{
    
}
.selectType select,.selectMarket select,.selectGrade select, .chooseYear select{
    font-size:14px;color: #4A4E58;height: 100%;width: 100%;border:0;width:94px;height:40px;border: 1px solid #DBDCDE;border-radius: 5px;overflow: hidden;
}
.selectBut{
    width:40px;height:40px;background:url("/m2/i/xinjiang/sosuo.png") no-repeat center center;background-size:20px 20px;cursor: pointer;
}
.predictionControl button{
    width:100%;height:100%;border:0;
}
.predictionControl button:hover{
    border: 1px solid #DBDCDE;border:0;
}
.predictionList{
    height:560px;overflow: hidden;overflow-y: scroll;
}
.predictionList::-webkit-scrollbar {
    width: 6px !important;
}
.predictionList::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #4a4e58;
}
.predictionList li{
    height:80px;
}
.predictionList li a{
    height:80px;padding:0 11px;display: flex;justify-content: space-between;align-items: center;
}
.predictionList li img{
    width:59px;height:50px;
}
.listText{
    width:250px;
}
.listText p{
    height:40px;font-size: 16px;color: #4A4E58;display: flex;align-items: center;
}
.listText span{
    display: block;font-size: 12px;color: #C0C1C3;
}

.predictionList li:nth-child(2n){
    background:rgba(86, 177, 249, 0.1);
}
.predictionPaging{
    height: 55px;
    right: 0;
    position: absolute;
    text-align: center;
    bottom: 30px;
    left: 0;
}
.promptView{
    width:1160px;height:40px;background: linear-gradient(90deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);display: flex;position: absolute;
    top:90px;left:20px;
}
.promptTitle{
    width: 170px;height: 40px;background: rgba(0,87,157,0.9);border-radius: 0px 5px 5px 0px;display: flex;justify-content: center;
    align-items: center;font-size: 16px;color:#fff;
}
.promptTitle i{
    width: 20px;height:20px;background: url("/m2/i/xinjiang/promptTitle.png") no-repeat;background-size:100% 100%;margin-right:10px;
}
.promptTxt{
    font-size: 16px;color: #4A4E58;height:40px;line-height:40px;margin-left:20px;cursor: pointer;
}


/**农业气象**/
.Agrometeorology{
    width:1200px;margin:0 auto;overflow: hidden;
}
.iframePrevious{
    width:930px;float: left;height:960px;
}
.activeList{
    overflow: hidden;float: left;
}
.AgrometeorologyList{
    width:285px;float: left;
}
.AgrometeorologyTitle{
    width:100%;height:80px;background: linear-gradient(90deg, #FFFFFF 0%, rgba(255,255,255,0.02) 98%);
    border-radius: 10px 0px 0px 0px;font-size: 18px;color: #00579D;font-weight: bold;display: flex;justify-content: center;align-items: center;
}
.AgrometeorologyTitle i{
    display:block;width: 20px;height:20px;background:url("/m2/i/xinjiang/AgrometeorologyIcon.png") no-repeat;background-size:100% 100%;
    margin-right:10px;
}
.AgrometeorologyUl li{
    height:60px;border-bottom:1px solid #DBDCDE;font-size: 16px;color: #4A4E58;line-height:60px;text-align: center;
    background: #FFFFFF;cursor: pointer;
}
.AgrometeorologyUl li.active{
    background: #2B6EAA;border:1px solid #2B6EAA;color:#fff;
}
.AgrometeorologyMain{
    padding:25px;width:863px;height: 960px;float: left;background: rgba(255,255,255,0.6);border: 1px solid #DBDCDE;min-height: 400px;
}
.separate{
    height:1px;background: #DBDCDE;
}
.articleTitle{
    height: 46px;line-height: 46px;font-size: 32px;font-weight: bold;color: #C90000;text-align: center;
}
.articleAssistantTitle{
    height: 30px;line-height: 30px;font-size: 14px;color: #4A4E58;text-align: center;
}
.articleTexT{
    font-size: 16px;color: #4A4E58;margin:34px 0;line-height:24px;
}
.articleImg{
    width:100%;text-align:center;
}
.articleImg img{
    width:90%;margin:0 auto;
}

.Agrometeorologyr{
    width:214px;float: right;padding:20px 10px;background: rgba(255,255,255,0.6);border: 1px solid #DBDCDE;
}
.Previous li{
    height:46px;line-height: 46px;padding:0 10px;cursor: pointer;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.Previous li:nth-child(2n){
    background: rgba(86,177,249,0.1);
}
.Previous li span{
    display: block;height:30px;line-height:36px;font-size: 14px;color: #4A4E58;
}
.Previous li span:nth-child(2){
    height:16px;line-height: 6px;text-align: right;font-size: 12px;color: #919192;
}
/*生态环境*/
.ecologicalEnvironment{
    width:1200px;margin:0 auto;overflow: hidden;
}
.ecologicalEnvironmentList{
    width:285px;float: left;
}
.ecologicalEnvironmentMain{
    width:863px;float: left;background: rgba(255,255,255,0.6);border: 1px solid #DBDCDE;padding:25px;
}
.carouselView{
    height:514px;width:863px;
}
.carouselView img{
    width:100%;height:100%;
}


/****生活出行***/
.LifeTravel{
    width:1200px;margin:0 auto;display: flex;justify-content: space-between;
}
.LifeTravell{
   width: 906px;border: 1px solid #DBDCDE;
   background: linear-gradient(to bottom, rgba(244,242,240,0.7) 0%, rgb(255,255,255) 50%, #fff 100%);
}
.LifeTravelTop{
	margin: 20px 20px 0 20px;
}
.main_content{
	width: 100% !important;
}
.main_box_right .left{
	padding: 20px 0;background-color: #fff;margin-top: 0;
}
.right_change{
	background: none !important;
}
.main_box_right.topbox {
    float: right !important;width: 60% !important;
}
.you{
	background: none !important;
}
.right_change span.current{
	border-bottom: 3px solid rgb(30,182,167) !important;
}
.cytitle {
    float: none !important;
}
.choose_p{
	width: 70px !important;border-radius: 0 0 10px 10px;background: rgb(30,182,167);height: 92px !important;position: absolute !important;transform: translate(300px, -86px);
}
.choose_p span.timer_text{
	height: 108px !important;width: 64px !important;display: block;padding: 20px 0 !important;color: #fff !important;
	background: url('/m2/i/xinjiang/sanjiao.png') no-repeat center center !important;
}
div#choose_list{
	width: 150px;transform: translate(-50px, 56px);
}
.trafficContent{
	background-color: #F1F8FF;opacity: 0.95;padding: 0 0 20px 10px;margin-top: 10px;
}
.trafficEcharts{
	/* background: linear-gradient(90deg, #FFFFFF 0%, rgba(255,255,255,0) 100%); */
	background-color: #fff;
}
.refinement{
	width: 1200px;position: relative;height: 288px;
}
.refinementTitle{
	width: 100%;display: flex;font-size: 20px;font-weight: bold;height: 50px;align-items: center;
}
.refinementTitle img{
	width: 32px;height: 32px;margin-right: 20px;
}
.refinementInfo{
	width: 100%;height: 258px;
}
.refinementInfoList{
	width: 290px;height: 115px;margin: 10px 10px 0 0;float:left;display: flex;align-items: center;background: aliceblue;
}
.refinementLeft{
	width: 36%;
}
.refinementRight{
	width: 64%;
}
.refinementLeft div{
	display: flex;justify-content: center;align-items: center;
}
.refinementLeft img{
	width: 38px;height: 38px;
}
.refinementLeft span{
	font-size: 13px;display: flex;justify-content: center;color: #023780;font-weight: bolder;margin-top: 4px;
}
.refinementRight span{
	font-size: 22px;text-align: left;font-weight: bold;color: #023780;
}
.refinementRight p{
	font-size: 12px;text-align: left;margin-top: 8px;line-height: 15px;
}
p.texts{
	line-height: 38px !important;
}
.red{
	color: #F68D3B !important;
}
.timeWeater{
    height: 60px;display: flex;align-items: center;padding:0 20px;
}
.ListTratime{
    width:120px;font-size: 16px;font-weight: bold;color: #4A4E58;
}
.ListTraWeat{
    width:80px;font-size: 16px;font-weight: bold;color: #4A4E58;
}
.ListTrTemp{
    color: #00579D;font-weight: bold;font-size: 30px;margin-left: 40px;
}
.ListTrTemp span{
    color: #DB7100;
}
.LifeTravelMain{
    /* height:260px; */
	overflow: hidden;
}
.LTMainList{
    padding:20px;height:160px;float: left;width: 33%;
	/* width:calc(33% - 40px); */
}
.LTMLtop{
    height:40px;display: flex;align-items: center;
}
.LTMLtop div:nth-child(1){
    width:40px;height:40px;
}
.LTMLtop div:nth-child(1) img{
    width:100%;height:100%;
}
.LTMLtop div:nth-child(2){
    font-size: 18px;font-weight: bold;color: #00579D;margin:0 10px;
}
.LTMLtop div:nth-child(3){
    font-weight: bold;font-size: 24px;color: #DB7100;
}
.LTMLillustrate{
    line-height:28px;border-top:1px solid #DBDCDE;font-size: 14px;color: #4A4E58;margin-top:10px;
}
.DressingCalendar{
    height:421px;overflow: hidden;padding: 20px;
	background: linear-gradient(to bottom, rgba(244,242,240,0.7) 0%, #fff 100%);
}
.CalendarView{
    width:602px;height:100%;float: left;background: linear-gradient(180deg, rgba(0,87,157,0.1) 0%, rgba(0,87,157,0) 100%);
}
.CalendarTop{
    height:60px;display: flex;justify-content: space-between;align-items: center;
}
.CalendarTitle{
    height:24px;line-height:24px;border-left:8px solid #00579D;font-size: 20px;font-weight: bold;color: #00579D;padding-left:10px;
}
.CalendarSec{
    width:70px;height:38px;overflow: hidden;margin-right:20px;font-weight: bold;color: #00579D;font-size: 20px;
}
.CalendarSec button{
    width:100%;height:100%;border:0;
}
.CalendarSec button:hover{
    border: 1px solid #DBDCDE;border:0;
}

.activeDressing{
    width:302px;height:100%;float: left;background: linear-gradient(180deg, rgba(0,87,157,0.2) 0%, rgba(0,87,157,0) 100%);
}
.dressingTitle{
    height:132px;display: flex;justify-content: center;align-items: center;   flex-direction: column;
}
.dressingTitle div:nth-child(1){
    font-weight: bold;font-size: 18px;color: #00579D;
}
.dressingTitle div:nth-child(2){
    font-weight: bold;font-size: 32px;color: #DB7100;margin:5px 0;
}
.dressingTitle div:nth-child(3){
    font-size: 18px;color: #00579D;
}
.dressingTitle div:nth-child(3) span{
    color:#DB7100;
}
.SwitchDressing{
    height:40px;border-bottom:1px solid #00579D;width:260px;margin:0 auto;display: flex;
}
.SwitchDressing div{
    width:25%;height:37px;border-bottom:3px;line-height:40px;font-size: 18px;color: #4A4E58;text-align: center;cursor: pointer;
}
.SwitchDressing div.active{
    border-bottom:3px solid #00579D;
}
.ImgDressing{
    width:262px;height:220px;margin:10px auto;
}
.ImgDressing img{
    width:100%; height:100%;
}
/* 旅游天气要闻 */
.RightList{
    width: 278px;
}
.RightListList{
    border: 1px solid #DBDCDE;position: relative;height: 907px;
	background: linear-gradient(to bottom, rgba(244,242,240,0.9) 0%, #fff 100%);
}
.RightList1 {
    height: 433.5px;padding: 10px;
}
.sasd2{
    padding:20px 10px 18px;
}
.atlasLogo{
    height:151px;position:absolute;left:0;padding: 10px;
}
.atlasLogo img{
    width:100%;height:100%;
}
.RightList1 ul{
	margin-top: 152px;
}
.RightListList li{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    height:38px;line-height: 38px;padding:0 5px;font-size: 16px;color: #4A4E58;overflow: hidden;
}
.RightListList li:first-child{
	font-size: 18px;font-weight: bold;color: #525252;
}
/* 新闻资讯 */
.newsInfo{
    width:1200px;margin:0 auto;display: flex;justify-content: space-between;
}
.newsLeft{
   width: 906px;background: rgba(255,255,255,0.9);border: 1px solid #DBDCDE;padding: 20px;
}
.newsLeftTitle {
    width: 100%;display: block;font-size: 26px;font-weight: bold;color: #434343;height: 45px;margin: 10px 0;
}
.newsLeftTitle2 {
    width: 100%;font-size: 16px;color: #434343;height: 30px;display: flex;border-bottom: 1px solid #DBDCDE;
}
.newsLeftTitle2 span{
	margin-left: 50px;
}
.newsLeftImg {
    width: 100%;display: flex;justify-content: center;margin: 30px 0;
}
.newsLeftText {
    width: 100%;color: #4A4E58;text-align: left;font-size: 16px;line-height: 24px;font-weight: 400;
	min-height: 136px;padding: 0 10px; text-indent: 2em;
}
.newsEditor {
    width: 100%;font-size: 16px;text-align: right;color: #4A4E58;
}
.newsLeftImg img{
	width: 600px;height: auto;
}
.newsRightList{
    width: 234px;
}
.newsAlRTitle{
    background: rgba(0,87,157,0.3);border-radius: 10px;height: 35px;line-height:35px;text-align: center;font-size: 18px;font-weight: bold;
    color:#fff;
}
.newsRightListList{
    padding:20px 10px 0;background: rgba(255,255,255,0.9);border: 1px solid #DBDCDE;position: relative;
}
.news2{
    padding:20px 10px 18px;
}
.newsRightList .atlasLogo{
    width:233px;height: auto;margin-left: -10px;margin-top: 10px;
}
.newsRightListList li{
    height:45px;line-height: 45px;padding:0 5px;font-size: 14px;color: #4A4E58;overflow: hidden;
}
.newsRightListList li:nth-child(2n){
    background: rgba(86,177,249,0.1);
}
.newsRightListList p{
	width: 100%;font-size: 12px;color: #4A4E58;text-align: center;
}
.TravelMap{
	overflow: hidden;width: 1200px;
    margin-top: 20px;display: flex;border: 1px solid #f0e9e9;
}
.mapView .TravelContainer{
	width: 100%;height: 100%;z-index: 4;position: absolute;
}
.TrafficMap{
	overflow: hidden;width: 100%;
    margin-top: 20px;display: flex;
}
.trafficMapView{
    width:100%;float:left;height: 725px;border: 1px solid #f0e9e9;margin-right: 20px;position: relative;
}
.trafficMapView .TrafficContainer{
	width: 100%;height: 100%;z-index: 4;position: absolute;
}
.trafficMapSearch {
    background: #fff;width: 70px;float: right;right: 380px;position: absolute;z-index: 99;
	height: 350px;box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.2);border-radius: 8px;top: 30px;
}
.trafficMapView .amap-marker-label{
	background-color: #3C6CD9;border-radius: 8px;font-size: 18px;color: #fff;
    text-align: center;border-color: #3C6CD9;padding: 15px;
}
.airTab,.serviceTab,.costTab,.trainTab,.busTab{
	width: 70px;height: 70px;text-align: center;color: #4A4E58;
}
.trafficMapSearch div.active{
	background-color: #24B5A5;color: #fff;
}
.trafficMapSearch img{
	width: 32px;height: 32px;margin-top: 10px;
}
.trafficMapSearch p{
	font-size: 12px;line-height: 20px;
}
.TrafficWeather{
    padding:20px;background: rgba(255,255,255,0.6);border: 1px solid #DBDCDE;
}
.TrafficView{
    width:100%;height:652px;background-color: #DBDCDE;
}
.TouristAttraction{
    width: 100%;overflow: hidden;
}
.TATitle{
    line-height:44px;text-align: center;font-size: 24px;font-weight: bold;
}
.TAH4{
    font-size: 18px;color: #4A4E58;text-align: center;
}
.TAtabSwitch{
    display: flex;justify-content: center;
}
.TAtabSwitch div{
    height: 40px;border: 1px solid #DBDCDE;border-radius: 5px;font-size: 16px;color: #4A4E58;width: 81px;line-height: 40px;
    text-align: center;margin-right:13px;cursor: pointer;
}

.TAtabSwitch div.active{
    border: 1px solid #00579D;background: #00579D;color:#fff;
}
.TAtabSwitch2{
    display: flex;flex-wrap:wrap;justify-content: center;margin-bottom: 20px;
}
.TAtabSwitch2 span{
	font-weight: bold;
    color: #4A4E58;
    font-size: 16px;
    padding: 10px 20px;width: 88px;
}
.TAtabSwitch2 div.active span{
    color: #00579D;
    border-bottom: 5px solid #00579D;
}
.TAtabSwitch2 div{
    width: 190px;height: 20px;font-size: 16px;color: #4A4E58;padding: 14px 0;
    text-align: center;line-height: 20px;cursor: pointer;border-right: 1px solid #4A4E58;
}
.TAtabSwitch2 div:last-child{
    border: none;
}
.TAMain{
    display: flex;justify-content: space-between;
}
.TAMainImg{
    width:350px;height:254px;
}
.TAMainImg img{
    width: 350px;height: 254px;
}
.TAMainTxt{
    width:415px;margin-left: 10px;
}
.TAMainTxt .TAMainTxt_Title{
    width: 415px;
    height: 32px;
	text-align: center;
    background: linear-gradient(0deg,rgba(86,177,249,0.3) 0%, #edf7fe  100%);
}
.TAMainTxt_Title span{
	font-weight: 400;
	font-size: 16px;
	color: #4A4E58;
	line-height: 22px;
}
.TAMainTxt_Content{
	width: 415px;
	font-weight: 400;
	font-size: 16px;
	color: #4A4E58;
	line-height: 24px;
	text-align: left;
	padding: 20px;
}
.TAMainTxt_Content span{
	width:120px;float: left;letter-spacing: 6px;
}
..TAMainTxt_Content p{
	width: 250px;float: right;
}
.TAMainTxt_jieshao{
    line-height: 24px;font-size: 16px;color: #4A4E58;font-weight: 400;    padding: 20px;
}

/*气象视频*/
.meteorologyVideo{
    width:1200px;margin:0 auto;display: flex;justify-content: space-between;
}
.VideoView{
    width:805px;padding:20px;background: rgba(255,255,255,0.6);border: 1px solid #DBDCDE;
}
.videoDiv{
    width:100%;height:454px;
}
.VideoList{
    width:312px;padding:20px 10px;background: rgba(255,255,255,0.6);
    border: 1px solid #DBDCDE;
}
.ReleaseUl li{
    height:45px;line-height:45px;padding:0 10px;font-size: 14px;color: #4A4E58;overflow: hidden;
}
.ReleaseUl li:nth-child(2n){
    background: rgba(86,177,249,0.1);
}


.videoTitle{
    font-size: 18px;font-weight: bold;color: #4A4E58;
}
.VideoContent,.VideoEdit{
    padding:20px;font-size: 14px;color: #4A4E58;line-height: 20px;background: #EDEDEE;
}
.VideoSource,.VideoReleaseTime{
    padding:20px;font-size: 14px;color: #4A4E58;line-height: 20px;background: #fff;
}
.VideoUl li{
    margin-top:10px;
}
.VideoUl li img{
    height:175px;width:100%;
}
.VideoUl li p{
    height:34px;line-height:34px;text-align: center;font-size: 14px;color: #4A4E58;
}

/**高清图详情页**/
.ImgDetails{
    padding:30px;width:1140px;margin:0 auto;background: rgba(255,255,255,0.6);border: 1px solid #DBDCDE;
}
.ImgDetailsTitle{
    height:46px;line-height:46px;font-size: 26px;font-weight: bold;color: #434343;
}
.ImgDsubtitle{
    height: 76px;display: flex;justify-content: space-between;align-items: center;
}
.ImgDetailsft{
    width:844px;
    font-size: 16px;color: #434343;height:30px;border-bottom:1px solid #DBDCDE;line-height:30px;
}
.EnterChannel,.OriginalDrawing{
    font-size: 14px;color: #434343;height:32px;line-height:32px;
}
.EnterChannel img,.OriginalDrawing img{
    width:32px;height:32px;margin-right:15px;
}
.ImgDetailsImg{
    width:100%;
}
.ImgDetailsImg img{
    width:100%;height:100%;
}
.lunboimgtitle{
	line-height: 24px;
}
.lunboImgbuttons{
	display: flex;align-items: center;
}
.imgtitle{
	width: 332px;height: auto;
}
.imgtitle img{
	width: 100% !important;
	height: auto !important;
}
.imgtitle p{
	text-align: center;
}


.boxLeft,.lunboimg,.container{
    width: calc(100% - 40px)!important;float:none;
}


/**效果**/
.predictionListIndex{
    width:1148px;display: flex;
    justify-content: space-between;
    align-items: center;
}
.predictionMain{
    width:840px;overflow: hidden;position:relative;
}
.indexleft{
    width:16px;height:16px;background:url("/m2/i/xinjiang/indexleft.png");background-size:100% 100%;cursor: pointer;
}
.indexright{
    width:16px;height:16px;background:url("/m2/i/xinjiang/indexright.png");background-size:100% 100%;cursor: pointer;
}
.predictionView{
    height:300px;width: 1440px;transition: .8s;
}
.predictionView li{
    width:60px;height:100%;float: left;text-align: center;
}
.predictionView li:nth-child(2n){
    background: linear-gradient(0deg, rgba(0,194,178,0.8) 0%, rgba(0,194,178,0) 100%);
}
.predictionView li .times{
    font-size: 16px;color: #FFFFFF;height:40px;line-height:40px;justify-content: center;
}
.predictionView li .icon{
    width:32px;height:32px;
}
.predictionView li .temp{
    font-size: 16px;color: #FFFFFF;height:40px;line-height:40px;justify-content: center;
}
.predictionView li .windIcon{
    width:16px;height:16px;margin-top:100px;
}
.predictionView li .windScale{
    font-size: 16px;color: #FFFFFF;height:40px;line-height:40px;justify-content: center;
}
#tempEcharts{
    width:100%;height:100px;position:absolute;left:0;top:110px;width: 1440px;transition: .8s;
}
.dis{
    display: none;
}
.ewImgmarker{
    width:40px;height:36px;
}
.ewImgmarker img{
    width:100%;height:100%;
}
.custom-content-marker{
    width: 204px;height: 40px;border: 1px solid #FFFFFF;background: linear-gradient(180deg, #00C2B0 0%, #0E5AA3 100%);
    box-shadow: 0px 3px 8px 0px rgba(12,4,7,0.2); opacity: 0.9;border-radius: 5px;
}
.custom-content-marker a{
    display: block;width:100%;height:100%;display: flex;align-items: center;
}
.custom-content-marker img{
    width:32px;height:32px;border-right:1px solid #ccc;padding:0 10px;margin-right:10px;
}
.custom-content-marker .close-btn{
    font-size: 16px;font-weight: bold;color: #FFFFFF;
}
.TAMainTxt_jieshao{
    height:42px !important;line-height: 21px !important;overflow: hidden;overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*市县选择弹框*/
.SwitchBack{
    position:fixed;top:0;left:0;width:100%;height:100%;background: rgba(0, 0, 0, 0.6);z-index: 1000;transition:0.6s;
}
.SwitchView{
    width:1200px;height:800px;border: 1px solid #EDEDEE;box-shadow: 0px 3px 8px 0px rgba(12,4,7,0.2);background-color: #fff;
    position: absolute;left: -9px;top: 60px;z-index: 1001;
}
.SwitchTop{
    height:60px;background:url("/m2/i/xinjiang/SwitchTop.png") 0 0 no-repeat #EDEDEE;background-size:60px 60px;
    line-height:60px;font-size: 24px;color: #00579D;padding-left:80px;
}
.CityView{
    padding:0 60px;
}
.CityTop{
    height:60px;line-height:60px;border-bottom:1px solid #00579D;font-size: 16px;font-weight: bold;color: #4A4E58;
}
.CityTop span{
    font-size: 16px;font-weight: 400;color: #4A4E58;
}
.CityMain{
    height:650px;overflow: auto;
}
.CityMain::-webkit-scrollbar {
    width: 8px;
    height: 2px;
}
.CityMain::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #4A4E58;
}
.CityMain::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(255, 255, 255, 1);
}
.CityMain::-webkit-scrollbar-corner {
    background: #fff;
}
.CityList{
    height:120px;display: flex;align-items: center;border-bottom:1px solid #EDEDEE;
}
.CityNam{
    width:100px;font-size: 24px;font-weight: bold;color: #C0C1C3;text-align: center;
}
.countyList{
    width: calc(100% - 100px);display: flex;flex-wrap: wrap;
}
.countyList span{
    display: block;width:90px;height:60px;text-align: center;color: #4A4E58;font-size: 16px;cursor: pointer;
    padding:0;display: flex;justify-content: center;align-items: center;
}
.countyList span.active{
    background: #56B1F9;color:#fff;
}
/*******/

.lunbo a{
    display: block;width:100%;height:100%;
}
.lunboList{
    position: relative;
}
.lunbo a p{
    width:100%;height:40px;position: absolute;bottom: 0;left:0;background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
    line-height: 40px;text-align: center;font-size: 18px;color: #FFFFFF;
}
.layui-carousel-ind{
    top: -60px !important;
}
.layui-carousel-ind li{
    width:20px;height:2px;border-radius:0;
}
.dqtqyb{
    width: 1200px;height:900px;margin:0 auto;
}
